programming4us
           
 
 
Sharepoint

Sharepoint 2010 : Backup and Restore (part 1) - Recycle Bin settings in Central Administration

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
6/29/2013 3:49:19 AM

1. Introduction

Backup and restore are critical components when working with SharePoint. This is the information age, and for a company, its data is one of its valued assets. Hence, performing a daily backup of the SharePoint 2010 farm is good practice.

There are several environmental conditions in which a restore may be necessary:

  • Disaster Recovery (DR): This is the extreme case, but we cannot anticipate when natural disasters might strike. An organization must be prepared for such disasters and have its processes and data in a separate geographical area.

  • Hardware: Servers run for long durations and have a lot of load. Parts break and become outdated.

  • Data: Data gets deleted and needs to be restored. It is common for users to request for data to be restored. This could be for a variety of reasons, such as data being deleted inadvertently or data that has been archived off the system. The data could be in the root site collection or buried in a subsite.

  • Viruses: Documents are excellent carriers of viruses. Word documents are especially susceptible to virus attacks, as it is possible to embed a code that performs actions against the file system.

  • Corruption: SharePoint has a lot of moving parts and with solutions and features, sandboxing, and customizations it is quite easy for a user (administrator or developer) to inadvertently corrupt a component of the system. A manual way of protecting against this is by limiting who can do what. This is done through governance and audits.

These items are unpredictable and uncontrollable. To gain the maximum out of SharePoint, it must be configured properly, which requires effort. It is well worth preserving that effort, and the content within SharePoint, with a great backup and DR plan.

SharePoint 2010 has taken the above into account and has a three-tier approach to backup and recovery. Refer to the following diagram:

The pyramid shows different levels of empowerment, in the ecosystem of backup and recovery, in SharePoint 2010. The base of the pyramid represents the end user and the capabilities that they possess. The middle tier is the Site Collection Administrators, with a cross-over with the Farm Administrator. The top of the pyramid represents what the Farm Administrator can do in conjunction with a Database Administrator.

The following recipes are only a fundamental start to a good backup and recovery solution&; within SharePoint. They must be combined to complement each other. In addition, the best way to have a foolproof process is to script the backup and recovery process in PowerShell. This takes human error out of the equation.

That said, it is critical for an administrator to understand the tools they have at their disposal. These recipes will assist administrators in understanding the tools built into SharePoint.

2. Recycle Bin settings in Central Administration

As mentioned in the introduction, the first step in data recovery involves the first stage Recycle Bin. Anything that is deleted from a site ends up here.

When an item is deleted from the first stage Recycle Bin, it ends up in the second stage Recycle Bin. This is the site collection Recycle Bin.

These are simply libraries that act as containers for the discarded content. Both of these libraries are configurable.

In this recipe, we will modify the current Recycle Bin configuration of an existing web application.

Getting ready

You must have administrator privileges on the SharePoint farm.

How to do it...

  1. Open Central Administration and click Application Management.

  2. Click Manage Web Applications under the Web Applications section.

  3. Find the web application and click to the right of the name — the line will be highlighted.

  4. Click General Settings on the ribbon.

  5. The Web Application General Settings page pops up. Scroll down to the Recycle Bin section, as seen in the following screenshot:

  6. Make sure the After option is selected under the Delete items in the Recycle Bin setting. Change the value of the Delete items... setting from 30 days (default value) to 15 days. Click OK.

How it works...

The Recycle Bin is a library. The first stage Recycle Bin is tied to the user. The second stage Recycle Bin is scoped at the site collection level.

This means that a Site Collection Administrator needs to be involved in order to retrieve a document from the second stage Recycle Bin. This Recycle Bin has two views:

  • End user Recycle Bin items: This shows the documents deleted by users that are in their Recycle Bins.

  • Deleted from end user Recycle Bin: This shows documents that are no longer in a user's Recycle Bin and are only available to the Site Collection Administrator.

There's more...

A Site Collection Administrator can view Recycle Bin items by following these steps:

  1. Navigate to the site collection web page. This is the root website that was created after creation of a web application.

  2. Click Site Actions.

  3. Under the Site Collection Administration section, click Recycle Bin.

Now the administrator can either restore or delete an item, they can also empty the Recycle Bin.

More info

The quota that is set for the second stage Recycle Bin is based on the site collection, not the web application. If a site collection has no quota defined and Off is not selected in the second stage Recycle Bin, the quota is infinite.

Other -----------------
- Planning Your Move from SharePoint 2007 to 2010 : Upgrade and Migration Options
- Planning Your Move from SharePoint 2007 to 2010 : Planning Your Upgrade
- Sharepoint 2007 : Create Permission Levels for a Site
- Sharepoint 2007 : Create a SharePoint Group for a Site & Edit a SharePoint Group’s Settings
- Sharepoint 2010 : Creating a .NET Connector in Visual Studio 2010 (part 2) - BDC Modeling Tools & Defining the BDC Model
- Sharepoint 2010 : Creating a .NET Connector in Visual Studio 2010 (part 1)
- Sharepoint 2007 : Associate a Workflow with a List or Library
- Sharepoint 2007 : Track the Progress of a Workflow
- Sharepoint 2007 : Start a Workflow
- Sharepoint 2007 : Create an Event with a Website
- Sharepoint 2007 : Create a Subsite
- Working with Search Page Layouts : Advanced Topics on Refinement Panel
- PerformancePoint Services 2010 (part 3) - Upgrading PerformancePoint Server 2007 & Migrating Content to Another SharePoint 2010 Location
- PerformancePoint Services 2010 (part 2) - Installing and Configuring PerformancePoint Services 2010
- PerformancePoint Services 2010 (part 1) - Understanding the Architecture of PerformancePoint Services 2010
- Working with Search Page Layouts : Modify the Search Results Presentation (part 2)
- Working with Search Page Layouts : Modify the Search Results Presentation (part 1)
- Working with Search Page Layouts : Applying a Branded Master Page to a Search Center
- SharePoint 2010 : Excel Services - User-Defined Functions
- SharePoint 2010 : Using the Excel Services REST API
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us